home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / demos / xev / xev.man < prev   
Encoding:
Text File  |  1993-07-15  |  884 b   |  30 lines

  1. XEV 1 "Release 4" "X Version 11"
  2.  NAME
  3.  xev - print contents of X events
  4.  SYNOPSIS
  5.  "xev"
  6.  [-display displayname] [-geometry geom]
  7.  DESCRIPTION
  8.  
  9.  Xev creates a window and then asks the X server to send it notices called
  10.  events whenever anything happens to the window (such as being moved,
  11.  resized, typed in, clicked in, etc.).  It is useful for seeing what causes
  12.  events to occur and to display the information that they contain.
  13.  
  14.  OPTIONS
  15.  -display display
  16.   This option specifies the X server to contact.
  17.  
  18.  -geometry geom
  19.  This option specifies the size and/or location of the window.
  20.  
  21.  "SEE ALSO"
  22.   X(1), xwininfo(1), xdpyinfo(1), Xlib Programmers Manual, X Protocol 
  23.   Specification
  24.  
  25.  COPYRIGHT
  26.  Copyright 19, Massachusetts Institute of Technology.
  27.  See X(1) for a full statement of rights and permissions.
  28.  AUTHOR
  29.  Jim Fulton, MIT X Consortium
  30.